home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / SoundApps / aa_m68k_Intel_Only / InstrumentBuilder.99 / InstrumentBuilder.app / instrument.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  1.1 KB  |  83 lines

  1. InstrumentController = {
  2.     ACTIONS = {
  3.     organize:;
  4.     detailModeChanged:;
  5.     printInstrument:;
  6.     changeZoom:;
  7.     windowDidBecomeMain:;
  8.     doubleClickOn:;
  9.     set:;
  10.     windowWillClose:;
  11.     };
  12.     OUTLETS = {
  13.     printDescText;
  14.     browser;
  15.     detailMatrix;
  16.     bufferList;
  17.     instrumentNameText;
  18.     browserWindow;
  19.     controller;
  20.     bufferForm;
  21.     inspector;
  22.     browserButton;
  23.     mainScrollView;
  24.     palette;
  25.     externalBufferForm;
  26.     unitGeneratorList;
  27.     window;
  28.     externalBufferButton;
  29.     UGToCopy;
  30.     dataView;
  31.     zoomButton;
  32.     mainView;
  33.     connectToView;
  34.     externalBufferWindow;
  35.     };
  36.     SUPERCLASS = Object;
  37. };
  38. InstrumentView = {
  39.     ACTIONS = {
  40.     };
  41.     OUTLETS = {
  42.     cutView;
  43.     delegate;
  44.     controller;
  45.     };
  46.     SUPERCLASS = View;
  47. };
  48. FirstResponder = {
  49.     ACTIONS = {
  50.     };
  51.     SUPERCLASS = Object;
  52. };
  53. InstrumentWindow = {
  54.     ACTIONS = {
  55.     };
  56.     OUTLETS = {
  57.     controller;
  58.     windowController;
  59.     palette;
  60.     viewRectList;
  61.     };
  62.     SUPERCLASS = Window;
  63. };
  64. ScoreController = {
  65.     ACTIONS = {
  66.     parse:;
  67.     showInspector:;
  68.     showPalette:;
  69.     showInfo:;
  70.     appDidInit:;
  71.     newInstrument:;
  72.     };
  73.     OUTLETS = {
  74.     palette;
  75.     showPalette;
  76.     inspector;
  77.     instrumentList;
  78.     infoPanel;
  79.     newInstrument;
  80.     };
  81.     SUPERCLASS = Object;
  82. };
  83.